/* toc container */
#dw__toc {
    float: right;
    margin: 0 0 1.4em 1.4em;
    padding-left: 0.5em;
    width: 12em;
    color: inherit;
    background-color: #f6f6f6;
    margin-top: 0.5em;
    border-top: 2px solid #8dae10;
    border-left: 2px solid #8dae10;
}

/*____________ toc header ____________*/

main h3.toggle {
    padding: .2em .5em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase !important;
    font-size: 80% !important;
}

main .toggle strong {
    float: right;
    margin: 0 .2em;
}

/*____________ toc list ____________*/

#dw__toc > div {
    padding: .2em .5em;
    //font-size: 90%;
    //letter-spacing: 0.05em;
}
#dw__toc ul {
    padding: 0;
    margin: 0;
}
#dw__toc ul li {
//    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.1;
}
#dw__toc ul li div.li {
    padding: .15em 0;
}
#dw__toc ul ul {
    padding-left: 1em;
}
#dw__toc ul ul li {
}
#dw__toc ul li a {
}

/* in case of toc list jumping one level
  (e.g. if heading level 3 follows directly after heading level 1) */
#dw__toc ul li.clear {
}




.footnoteref {
    font-size: xx-small;
}
.footnote {
    font-size: x-small;
}
.toc a {
    text-decoration: none;
}
#toc__header {
    border: 0 none;
    border-top: 2px solid #8dae10;
    border-left: 2px solid #8dae10;
//    background-color: white;
    color: #003560;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
#toc__inside {
    border-left: 2px solid #8dae10;
}

/* PDF-Icon auch in Listen rechts neben Link (frei nach 5-rub-inhalt.css) */
main li a[href $='.pdf'] {
    padding-right:       1.5em;
    background:          transparent url(pdf.gif) no-repeat center right;
}

header {
    display: flex;
    width: 100%;
    background-color: #17365c;
    align-items: center;
    justify-content: space-evenly;
}

#rublogo {
    width: 70%;
    heigth: auto;
    padding: 10px;
}
#navMainContainer {
    display: flex;
    flex-direction: row;
}
.pre {
        background-color: #e8efcf;
        padding: .5em;
        border: 1px dashed #003560;
        color: #003560;
        overflow: auto;
        font-family: monospace,serif;
        font-size: 100%;
        margin: 0 0 1em 0;
        display: block;
        box-sizeing: border-box;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;

}
.mediafile {
    padding-left: 0px;
}
pre {
    white-space: pre-wrap;
}
